Move initDomain out of image.py and into XendDomainInfo. The only thing that
authoremellor@ewan <emellor@ewan>
Thu, 22 Sep 2005 16:52:07 +0000 (17:52 +0100)
committeremellor@ewan <emellor@ewan>
Thu, 22 Sep 2005 16:52:07 +0000 (17:52 +0100)
commit251888ee61bc1bd996de7d7d1f21ac0af4036f6f
tree5eeb73c8f5844c2270e0fff8f324ef81033e9448
parent8259cb8841ae8e344089b552622a74ecc1116845
Move initDomain out of image.py and into XendDomainInfo.  The only thing that
needed any of the state of image.py was the bootloader code, which says there,
but all the rest was doing something that belonged more properly in
XendDomainInfo, with all the other generic domain initialisation code.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/image.py